home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_pauseplaying.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
182b
|
15 lines
/* EaglePlayer - Pause Playing */
address 'rexx_EP'
options results
status G fil
if result == "no" then do
say "No Module loaded !"
end
else do
Pause
say "Pause playing !"
end